[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                         GetLineSettings procedure

  DECLARATION:  GetLineSettings(var LineInfo : LineSettingsType)

      PURPOSE:  Returns the current line style, pattern and thickness
                as set by SetLineStyle.

         UNIT:  Graph

      REMARKS:  The type, LineSettingsType has been declared in the
                Graph Unit as follows:

                   Type
                       LineSettingsType = Record
                                             LineStyle : word;
                                             Pattern   : word;
                                             Thickness : word;
                                          End;

                   Const
                      { Line Styles }
                      SolidLn     = 0;
                      DottedLn    = 1;
                      CenterLn    = 2;
                      DashedLn    = 3;
                      UserBitLn   = 4;   { User-defined line style }

                      { Line Widths }
                      NormWidth   = 1;
                      ThickWidth  = 3;

 RESTRICTIONS:  Must be in graphics mode.

See Also: SetLineStyle
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson